[INFO] fetching crate domain-check-lib 1.0.1...
[INFO] testing domain-check-lib-1.0.1 against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065
[INFO] extracting crate domain-check-lib 1.0.1 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate domain-check-lib 1.0.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate domain-check-lib 1.0.1
[INFO] tweaked toml for crates.io crate domain-check-lib 1.0.1 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate domain-check-lib 1.0.1 on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate domain-check-lib 1.0.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 02106bd6632a8b96ce64d70043b0145f001e130e35f9527b735bba7f18e8c1c0
[INFO] running `Command { std: "docker" "start" "-a" "02106bd6632a8b96ce64d70043b0145f001e130e35f9527b735bba7f18e8c1c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "02106bd6632a8b96ce64d70043b0145f001e130e35f9527b735bba7f18e8c1c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "02106bd6632a8b96ce64d70043b0145f001e130e35f9527b735bba7f18e8c1c0", kill_on_drop: false }`
[INFO] [stdout] 02106bd6632a8b96ce64d70043b0145f001e130e35f9527b735bba7f18e8c1c0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0d5843d56a3538701014ff1b79fd15e72d76837f63d936551baa8050a36a39aa
[INFO] running `Command { std: "docker" "start" "-a" "0d5843d56a3538701014ff1b79fd15e72d76837f63d936551baa8050a36a39aa", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling cfg-if v1.0.1
[INFO] [stderr]    Compiling cc v1.2.27
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling winnow v0.7.12
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling toml_writer v1.0.2
[INFO] [stderr]    Compiling webpki-roots v0.25.4
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling errno v0.3.13
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling toml_parser v1.0.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio v1.45.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerovec v0.11.2
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling tokio-util v0.7.15
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling toml_datetime v0.7.0
[INFO] [stderr]    Compiling serde_spanned v1.0.0
[INFO] [stderr]    Compiling toml v0.9.2
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling hyper-rustls v0.24.2
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling domain-check-lib v1.0.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
[INFO] running `Command { std: "docker" "inspect" "0d5843d56a3538701014ff1b79fd15e72d76837f63d936551baa8050a36a39aa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0d5843d56a3538701014ff1b79fd15e72d76837f63d936551baa8050a36a39aa", kill_on_drop: false }`
[INFO] [stdout] 0d5843d56a3538701014ff1b79fd15e72d76837f63d936551baa8050a36a39aa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4f9b4a778f05b6dfe6e6b5a726108503a892e0701427f63865a4c2ca80df49c6
[INFO] running `Command { std: "docker" "start" "-a" "4f9b4a778f05b6dfe6e6b5a726108503a892e0701427f63865a4c2ca80df49c6", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling tempfile v3.20.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling tokio v1.45.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerovec v0.11.2
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling toml_datetime v0.7.0
[INFO] [stderr]    Compiling serde_spanned v1.0.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling toml v0.9.2
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling tokio-util v0.7.15
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling tokio-test v0.4.4
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling hyper-rustls v0.24.2
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling domain-check-lib v1.0.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 08s
[INFO] running `Command { std: "docker" "inspect" "4f9b4a778f05b6dfe6e6b5a726108503a892e0701427f63865a4c2ca80df49c6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4f9b4a778f05b6dfe6e6b5a726108503a892e0701427f63865a4c2ca80df49c6", kill_on_drop: false }`
[INFO] [stdout] 4f9b4a778f05b6dfe6e6b5a726108503a892e0701427f63865a4c2ca80df49c6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 17b19cf4cb857712b9b5c235ae58d0937266412c8127ef70c5fb8abdcb01f585
[INFO] running `Command { std: "docker" "start" "-a" "17b19cf4cb857712b9b5c235ae58d0937266412c8127ef70c5fb8abdcb01f585", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/domain_check_lib-70078181d7d72ab7)
[INFO] [stdout] 
[INFO] [stdout] running 360 tests
[INFO] [stdout] test checker::tests::test_domain_checker_new ... ok
[INFO] [stdout] test checker::tests::test_config_accessor ... ok
[INFO] [stdout] test checker::tests::test_domain_checker_default ... ok
[INFO] [stdout] test checker::tests::test_check_domains_empty_list ... ok
[INFO] [stdout] test checker::tests::test_domain_checker_with_config ... ok
[INFO] [stdout] test checker::tests::test_filter_result_info_preserves_when_enabled ... ok
[INFO] [stdout] test checker::tests::test_filter_result_info_removes_when_disabled ... ok
[INFO] [stdout] test checker::tests::test_filter_result_info_no_info_noop ... ok
[INFO] [stdout] test checker::tests::test_set_config ... ok
[INFO] [stdout] test checker::tests::test_check_domains_from_nonexistent_file ... ok
[INFO] [stdout] test config::tests::test_file_config_default_all_none ... ok
[INFO] [stdout] test checker::tests::test_check_domains_from_empty_file ... ok
[INFO] [stdout] test config::tests::test_file_config_round_trip ... ok
[INFO] [stdout] test config::tests::test_config_manager_verbose_flag ... ok
[INFO] [stdout] test config::tests::test_defaults_config_default_all_none ... ok
[INFO] [stdout] test config::tests::test_env_config_default ... ok
[INFO] [stdout] test config::tests::test_file_config_serialization_skip_none ... ok
[INFO] [stdout] test config::tests::test_get_effective_preset_no_tlds ... ok
[INFO] [stdout] test config::tests::test_get_effective_preset_neither_set ... ok
[INFO] [stdout] test config::tests::test_has_output_format_conflict_both_true ... ok
[INFO] [stdout] test config::tests::test_get_effective_tlds_none ... ok
[INFO] [stdout] test config::tests::test_get_effective_preset_with_tlds_returns_none ... ok
[INFO] [stdout] test config::tests::test_has_output_format_conflict_both_false ... ok
[INFO] [stdout] test config::tests::test_has_output_format_conflict_one_none_one_true ... ok
[INFO] [stdout] test config::tests::test_load_env_boolean_flags ... ok
[INFO] [stdout] test checker::tests::test_check_domains_from_file_parses_correctly ... ok
[INFO] [stdout] test config::tests::test_has_output_format_conflict_none ... ok
[INFO] [stdout] test config::tests::test_load_env_concurrency_non_numeric_ignored ... ok
[INFO] [stdout] test config::tests::test_get_effective_tlds ... ok
[INFO] [stdout] test config::tests::test_load_env_config_path ... ok
[INFO] [stdout] test config::tests::test_load_env_concurrency_over_100_ignored ... ok
[INFO] [stdout] test config::tests::test_load_env_file ... ok
[INFO] [stdout] test config::tests::test_load_env_concurrency_zero_ignored ... ok
[INFO] [stdout] test config::tests::test_load_env_concurrency_valid ... ok
[INFO] [stdout] test config::tests::test_load_env_file_empty_ignored ... ok
[INFO] [stdout] test config::tests::test_load_env_no_vars_returns_all_none ... ok
[INFO] [stdout] test config::tests::test_load_env_pretty_invalid_ignored ... ok
[INFO] [stdout] test config::tests::test_load_env_pretty_false_variants ... ok
[INFO] [stdout] test config::tests::test_load_env_prefix_suffix ... ok
[INFO] [stdout] test config::tests::test_load_env_preset_empty_ignored ... ok
[INFO] [stdout] test config::tests::test_load_env_tld_empty_entries_filtered ... ok
[INFO] [stdout] test config::tests::test_load_env_timeout_invalid_ignored ... ok
[INFO] [stdout] test config::tests::test_load_env_pretty_true_variants ... ok
[INFO] [stdout] test config::tests::test_load_env_timeout_valid ... ok
[INFO] [stdout] test config::tests::test_load_env_tld_with_spaces ... ok
[INFO] [stdout] test config::tests::test_load_invalid_toml ... ok
[INFO] [stdout] test config::tests::test_load_generation_config ... ok
[INFO] [stdout] test config::tests::test_load_minimal_defaults_only ... ok
[INFO] [stdout] test config::tests::test_load_output_config ... ok
[INFO] [stdout] test config::tests::test_merge_all_default_fields ... ok
[INFO] [stdout] test config::tests::test_has_output_format_conflict_one_true ... ok
[INFO] [stdout] test config::tests::test_load_env_tld ... ok
[INFO] [stdout] test config::tests::test_load_valid_config_full ... ok
[INFO] [stdout] test config::tests::test_load_monitoring_config ... ok
[INFO] [stdout] test config::tests::test_load_env_preset ... ok
[INFO] [stdout] test config::tests::test_load_empty_config ... ok
[INFO] [stdout] test config::tests::test_load_nonexistent_file ... ok
[INFO] [stdout] test config::tests::test_merge_custom_presets_higher_none ... ok
[INFO] [stdout] test config::tests::test_merge_custom_presets_lower_none ... ok
[INFO] [stdout] test config::tests::test_merge_defaults_higher_none ... ok
[INFO] [stdout] test config::tests::test_merge_custom_presets_combined ... ok
[INFO] [stdout] test config::tests::test_merge_defaults_lower_none ... ok
[INFO] [stdout] test config::tests::test_merge_generation_higher_none ... ok
[INFO] [stdout] test config::tests::test_merge_defaults_higher_wins ... ok
[INFO] [stdout] test config::tests::test_merge_defaults_both_none ... ok
[INFO] [stdout] test config::tests::test_merge_generation_higher_prefixes_win ... ok
[INFO] [stdout] test config::tests::test_merge_generation_lower_none ... ok
[INFO] [stdout] test config::tests::test_merge_monitoring_higher_wins ... ok
[INFO] [stdout] test config::tests::test_merge_generation_both_none ... ok
[INFO] [stdout] test config::tests::test_merge_output_higher_wins ... ok
[INFO] [stdout] test config::tests::test_parse_timeout_bare_number ... ok
[INFO] [stdout] test config::tests::test_parse_timeout_case_insensitive ... ok
[INFO] [stdout] test config::tests::test_parse_timeout_seconds_with_suffix ... ok
[INFO] [stdout] test config::tests::test_parse_timeout_whitespace_trimmed ... ok
[INFO] [stdout] test config::tests::test_validate_concurrency_over_100 ... ok
[INFO] [stdout] test config::tests::test_validate_concurrency_boundary_1 ... ok
[INFO] [stdout] test config::tests::test_parse_timeout_invalid ... ok
[INFO] [stdout] test config::tests::test_validate_custom_preset_empty_name ... ok
[INFO] [stdout] test config::tests::test_parse_timeout_minutes ... ok
[INFO] [stdout] test config::tests::test_validate_concurrency_zero ... ok
[INFO] [stdout] test config::tests::test_validate_concurrency_boundary_100 ... ok
[INFO] [stdout] test config::tests::test_validate_custom_preset_empty_tld_list ... ok
[INFO] [stdout] test config::tests::test_validate_custom_preset_invalid_tld_with_space ... ok
[INFO] [stdout] test config::tests::test_validate_custom_preset_invalid_tld_empty_string ... ok
[INFO] [stdout] test config::tests::test_validate_preset_alone_ok ... ok
[INFO] [stdout] test config::tests::test_validate_timeout_invalid_format ... ok
[INFO] [stdout] test config::tests::test_validate_timeout_bare_number_valid ... ok
[INFO] [stdout] test config::tests::test_validate_custom_preset_invalid_tld_with_dot ... ok
[INFO] [stdout] test config::tests::test_validate_preset_and_tlds_conflict ... ok
[INFO] [stdout] test config::tests::test_validate_timeout_valid_minutes ... ok
[INFO] [stdout] test error::tests::test_bootstrap_error_not_retryable ... ok
[INFO] [stdout] test error::tests::test_config_error_not_retryable ... ok
[INFO] [stdout] test error::tests::test_display_config_error ... ok
[INFO] [stdout] test config::tests::test_validate_timeout_valid_seconds ... ok
[INFO] [stdout] test error::tests::test_display_file_no_valid_domains ... ok
[INFO] [stdout] test error::tests::test_display_bootstrap_error ... ok
[INFO] [stdout] test error::tests::test_display_file_not_found ... ok
[INFO] [stdout] test config::tests::test_validate_tlds_alone_ok ... ok
[INFO] [stdout] test error::tests::test_bootstrap_constructor ... ok
[INFO] [stdout] test config::tests::test_validate_valid_custom_preset ... ok
[INFO] [stdout] test error::tests::test_display_file_generic ... ok
[INFO] [stdout] test error::tests::test_display_network_connection_error ... ok
[INFO] [stdout] test error::tests::test_display_network_generic ... ok
[INFO] [stdout] test error::tests::test_display_internal ... ok
[INFO] [stdout] test error::tests::test_display_file_permission ... ok
[INFO] [stdout] test error::tests::test_display_invalid_domain ... ok
[INFO] [stdout] test error::tests::test_display_invalid_pattern ... ok
[INFO] [stdout] test error::tests::test_display_network_timeout_error ... ok
[INFO] [stdout] test error::tests::test_display_parse_error ... ok
[INFO] [stdout] test error::tests::test_display_rate_limited_with_retry ... ok
[INFO] [stdout] test error::tests::test_display_rate_limited_without_retry ... ok
[INFO] [stdout] test error::tests::test_display_rdap_404 ... ok
[INFO] [stdout] test error::tests::test_display_rdap_no_status ... ok
[INFO] [stdout] test error::tests::test_display_rdap_other_status ... ok
[INFO] [stdout] test error::tests::test_display_timeout ... ok
[INFO] [stdout] test error::tests::test_display_whois_generic ... ok
[INFO] [stdout] test error::tests::test_display_whois_rate_limit ... ok
[INFO] [stdout] test error::tests::test_display_whois_not_found ... ok
[INFO] [stdout] test error::tests::test_file_error_constructor ... ok
[INFO] [stdout] test error::tests::test_display_rdap_429 ... ok
[INFO] [stdout] test error::tests::test_error_trait_implemented ... ok
[INFO] [stdout] test error::tests::test_display_rdap_5xx ... ok
[INFO] [stdout] test error::tests::test_file_error_not_retryable ... ok
[INFO] [stdout] test error::tests::test_from_io_error ... ok
[INFO] [stdout] test error::tests::test_internal_constructor ... ok
[INFO] [stdout] test error::tests::test_from_serde_json_error ... ok
[INFO] [stdout] test error::tests::test_invalid_domain_constructor ... ok
[INFO] [stdout] test error::tests::test_invalid_domain_not_retryable ... ok
[INFO] [stdout] test error::tests::test_invalid_pattern_not_retryable ... ok
[INFO] [stdout] test error::tests::test_network_constructor ... ok
[INFO] [stdout] test error::tests::test_network_error_not_available ... ok
[INFO] [stdout] test error::tests::test_network_with_source_constructor ... ok
[INFO] [stdout] test error::tests::test_network_with_source_is_retryable ... ok
[INFO] [stdout] test error::tests::test_rate_limited_is_retryable ... ok
[INFO] [stdout] test error::tests::test_rdap_200_not_available ... ok
[INFO] [stdout] test error::tests::test_rdap_403_not_retryable ... ok
[INFO] [stdout] test error::tests::test_rdap_404_indicates_available ... ok
[INFO] [stdout] test error::tests::test_rdap_404_not_retryable ... ok
[INFO] [stdout] test error::tests::test_invalid_pattern_not_available ... ok
[INFO] [stdout] test error::tests::test_rdap_500_is_retryable ... ok
[INFO] [stdout] test error::tests::test_network_error_is_retryable ... ok
[INFO] [stdout] test error::tests::test_rdap_502_is_retryable ... ok
[INFO] [stdout] test error::tests::test_rdap_599_is_retryable ... ok
[INFO] [stdout] test error::tests::test_rdap_constructor ... ok
[INFO] [stdout] test error::tests::test_rdap_no_status_not_available ... ok
[INFO] [stdout] test error::tests::test_rdap_with_status_constructor ... ok
[INFO] [stdout] test error::tests::test_timeout_constructor ... ok
[INFO] [stdout] test error::tests::test_whois_constructor ... ok
[INFO] [stdout] test error::tests::test_timeout_not_available ... ok
[INFO] [stdout] test error::tests::test_whois_no_data_found_indicates_available ... ok
[INFO] [stdout] test error::tests::test_timeout_is_retryable ... ok
[INFO] [stdout] test error::tests::test_whois_domain_available_indicates_available ... ok
[INFO] [stdout] test generate::tests::test_config_has_affixes ... ok
[INFO] [stdout] test error::tests::test_whois_not_found_indicates_available ... ok
[INFO] [stdout] test generate::tests::test_config_has_generation ... ok
[INFO] [stdout] test generate::tests::test_affix_invalid_name_filtered ... ok
[INFO] [stdout] test generate::tests::test_empty_affixes_with_bare ... ok
[INFO] [stdout] test generate::tests::test_empty_pattern_error ... ok
[INFO] [stdout] test generate::tests::test_empty_base_names_with_affixes ... ok
[INFO] [stdout] test generate::tests::test_escaped_backslash ... ok
[INFO] [stdout] test generate::tests::test_double_digit ... ok
[INFO] [stdout] test generate::tests::test_estimate_digits ... ok
[INFO] [stdout] test error::tests::test_whois_rate_limit_not_available ... ok
[INFO] [stdout] test generate::tests::test_estimate_literal ... ok
[INFO] [stdout] test generate::tests::test_estimate_question ... ok
[INFO] [stdout] test generate::tests::test_estimate_large ... ok
[INFO] [stdout] test generate::tests::test_estimate_overflow_saturation ... ok
[INFO] [stdout] test generate::tests::test_estimate_word ... ok
[INFO] [stdout] test generate::tests::test_invalid_escape_error ... ok
[INFO] [stdout] test generate::tests::test_literal_only ... ok
[INFO] [stdout] test generate::tests::test_long_literal_pattern ... ok
[INFO] [stdout] test generate::tests::test_multiple_base_names_with_affixes ... ok
[INFO] [stdout] test generate::tests::test_exclude_bare ... ok
[INFO] [stdout] test generate::tests::test_only_wildcards_digits ... ok
[INFO] [stdout] test generate::tests::test_pattern_all_hyphens_filtered ... ok
[INFO] [stdout] test generate::tests::test_pipeline_empty_config ... ok
[INFO] [stdout] test generate::tests::test_multiple_patterns_in_config ... ok
[INFO] [stdout] test generate::tests::test_pipeline_estimated_count ... ok
[INFO] [stdout] test generate::tests::test_mixed_pattern ... ok
[INFO] [stdout] test generate::tests::test_pipeline_literals_with_affixes ... ok
[INFO] [stdout] test generate::tests::test_pipeline_patterns_only ... ok
[INFO] [stdout] test generate::tests::test_pipeline_multiple_patterns_with_literals_and_affixes ... ok
[INFO] [stdout] test generate::tests::test_pipeline_with_literals ... ok
[INFO] [stdout] test generate::tests::test_prefix_and_suffix_both_produce_invalid ... ok
[INFO] [stdout] test generate::tests::test_pipeline_patterns_with_affixes ... ok
[INFO] [stdout] test generate::tests::test_prefix_only ... ok
[INFO] [stdout] test generate::tests::test_question_mark ... ok
[INFO] [stdout] test generate::tests::test_single_char_pattern_filtered ... ok
[INFO] [stdout] test generate::tests::test_prefix_and_suffix ... ok
[INFO] [stdout] test generate::tests::test_single_digit ... ok
[INFO] [stdout] test generate::tests::test_single_question_mark_all_filtered ... ok
[INFO] [stdout] test generate::tests::test_suffix_producing_trailing_hyphen ... ok
[INFO] [stdout] test generate::tests::test_suffix_only ... ok
[INFO] [stdout] test generate::tests::test_word_char ... ok
[INFO] [stdout] test protocols::rdap::tests::test_extract_domain_info_empty_json ... ok
[INFO] [stdout] test generate::tests::test_word_char_leading_hyphen ... ok
[INFO] [stdout] test protocols::rdap::tests::test_extract_domain_info_full_response ... ok
[INFO] [stdout] test protocols::rdap::tests::test_extract_domain_info_nameservers ... ok
[INFO] [stdout] test protocols::rdap::tests::test_extract_domain_info_dates_and_status ... ok
[INFO] [stdout] test protocols::rdap::tests::test_extract_domain_info_rdap_database_update ... ok
[INFO] [stdout] test protocols::rdap::tests::test_extract_domain_info_non_registrar_entity_skipped ... ok
[INFO] [stdout] test protocols::rdap::tests::test_extract_domain_info_registrar_from_handle ... ok
[INFO] [stdout] test generate::tests::test_trailing_backslash_error ... ok
[INFO] [stdout] test protocols::rdap::tests::test_extract_domain_info_registrar_from_vcard ... ok
[INFO] [stdout] test protocols::rdap::tests::test_extract_domain_info_unknown_event_ignored ... ok
[INFO] [stdout] test protocols::rdap::tests::test_extract_domain_info_registrar_from_public_id ... ok
[INFO] [stdout] test protocols::rdap::tests::test_extract_domain_info_updated_date ... ok
[INFO] [stdout] test protocols::rdap::tests::test_extract_entity_identifier_empty_public_ids ... ok
[INFO] [stdout] test protocols::rdap::tests::test_extract_entity_identifier_precedence ... ok
[INFO] [stdout] test protocols::rdap::tests::test_extract_vcard_name_empty_vcard_array ... ok
[INFO] [stdout] test protocols::rdap::tests::test_extract_vcard_name_no_fn_field ... ok
[INFO] [stdout] test protocols::rdap::tests::test_extract_vcard_name_no_vcard ... ok
[INFO] [stdout] test protocols::rdap::tests::test_extract_vcard_name_standard ... ok
[INFO] [stdout] test protocols::rdap::tests::test_extract_vcard_name_short_item_array ... ok
[INFO] [stdout] test protocols::rdap::tests::test_rdap_client_default ... ok
[INFO] [stdout] test protocols::rdap::tests::test_rdap_client_new ... ok
[INFO] [stdout] test protocols::registry::preset_tests::test_all_presets_non_empty ... ok
[INFO] [stdout] test protocols::rdap::tests::test_rdap_client_with_config ... ok
[INFO] [stdout] test protocols::registry::preset_tests::test_available_presets ... ok
[INFO] [stdout] test protocols::registry::preset_tests::test_country_preset ... ok
[INFO] [stdout] test protocols::rdap::tests::test_extract_entity_identifier_handle_fallback ... ok
[INFO] [stdout] test protocols::rdap::tests::test_extract_entity_identifier_name_fallback ... ok
[INFO] [stdout] test protocols::registry::preset_tests::test_enterprise_preset ... ok
[INFO] [stdout] test protocols::rdap::tests::test_extract_entity_identifier_none ... ok
[INFO] [stdout] test protocols::rdap::tests::test_extract_entity_identifier_public_id ... ok
[INFO] [stdout] test protocols::registry::preset_tests::test_ecommerce_alias ... ok
[INFO] [stdout] test protocols::registry::preset_tests::test_invalid_preset ... ok
[INFO] [stdout] test error::tests::test_internal_error_not_retryable ... ok
[INFO] [stdout] test error::tests::test_invalid_pattern_constructor ... ok
[INFO] [stdout] test protocols::registry::preset_tests::test_startup_preset ... ok
[INFO] [stdout] test protocols::registry::preset_tests::test_get_all_known_tlds ... ok
[INFO] [stdout] test protocols::registry::tests::test_bootstrap_cache_new ... ok
[INFO] [stdout] test protocols::registry::preset_tests::test_preset_tlds_subset_of_known ... ok
[INFO] [stdout] test protocols::registry::tests::test_clear_bootstrap_cache ... ok
[INFO] [stdout] test protocols::registry::tests::test_custom_preset_exact_case_match ... ok
[INFO] [stdout] test protocols::registry::tests::test_bootstrap_cache_is_stale_fresh ... ok
[INFO] [stdout] test protocols::registry::tests::test_bootstrap_cache_is_stale_no_fetch ... ok
[INFO] [stdout] test protocols::registry::preset_tests::test_validate_preset_tlds ... ok
[INFO] [stdout] test protocols::registry::tests::test_all_endpoints_are_valid_https_urls ... ok
[INFO] [stdout] test protocols::registry::tests::test_custom_preset_none_map ... ok
[INFO] [stdout] test protocols::registry::tests::test_custom_preset_takes_precedence ... ok
[INFO] [stdout] test protocols::registry::tests::test_custom_preset_unknown_returns_none ... ok
[INFO] [stdout] test protocols::registry::tests::test_extract_tld_case_insensitive ... ok
[INFO] [stdout] test protocols::registry::tests::test_extract_tld_empty ... ok
[INFO] [stdout] test protocols::registry::tests::test_extract_tld_multi_level ... ok
[INFO] [stdout] test protocols::registry::tests::test_custom_preset_fallback_to_builtin ... ok
[INFO] [stdout] test protocols::registry::tests::test_custom_preset_lowercase_key_matches_lowercase_query ... ok
[INFO] [stdout] test protocols::registry::tests::test_get_rdap_endpoint_builtin ... ok
[INFO] [stdout] test protocols::registry::tests::test_extract_tld_basic ... ok
[INFO] [stdout] test protocols::registry::tests::test_get_bootstrap_cache_stats ... ok
[INFO] [stdout] test protocols::registry::tests::test_get_rdap_endpoint_case_insensitive ... ok
[INFO] [stdout] test protocols::registry::tests::test_registry_map_contains_common_tlds ... ok
[INFO] [stdout] test protocols::registry::tests::test_extract_tld_no_dot ... ok
[INFO] [stdout] test protocols::registry::tests::test_validate_preset_tlds_all_hardcoded ... ok
[INFO] [stdout] test protocols::registry::tests::test_validate_preset_tlds_empty ... ok
[INFO] [stdout] test protocols::registry::tests::test_whois_cache_case_insensitive ... ok
[INFO] [stdout] test protocols::registry::tests::test_whois_negative_caching ... ok
[INFO] [stdout] test protocols::whois::tests::test_available_case_insensitive ... ok
[INFO] [stdout] test protocols::registry::tests::test_registry_does_not_contain_dead_cctlds ... ok
[INFO] [stdout] test protocols::registry::tests::test_whois_not_negatively_cached_when_absent ... ok
[INFO] [stdout] test protocols::registry::tests::test_registry_map_size ... ok
[INFO] [stdout] test protocols::whois::tests::test_ambiguous_output_returns_error ... ok
[INFO] [stdout] test protocols::registry::tests::test_validate_preset_tlds_with_unknown ... ok
[INFO] [stdout] test protocols::registry::tests::test_whois_server_caching ... ok
[INFO] [stdout] test protocols::whois::tests::test_available_not_found ... ok
[INFO] [stdout] test protocols::whois::tests::test_available_domain_available ... ok
[INFO] [stdout] test protocols::whois::tests::test_available_no_match ... ok
[INFO] [stdout] test protocols::whois::tests::test_available_no_found ... ok
[INFO] [stdout] test protocols::whois::tests::test_available_no_entries_found ... ok
[INFO] [stdout] test protocols::whois::tests::test_available_no_data_found ... ok
[INFO] [stdout] test protocols::whois::tests::test_available_domain_not_found ... ok
[INFO] [stdout] test protocols::whois::tests::test_available_status_free ... ok
[INFO] [stdout] test protocols::whois::tests::test_empty_output_considered_available ... ok
[INFO] [stdout] test protocols::whois::tests::test_iana_empty_whois_field ... ok
[INFO] [stdout] test protocols::whois::tests::test_iana_refer_empty_value ... ok
[INFO] [stdout] test protocols::whois::tests::test_iana_refer_standard ... ok
[INFO] [stdout] test protocols::whois::tests::test_iana_refer_none ... ok
[INFO] [stdout] test protocols::whois::tests::test_iana_refer_takes_precedence_over_whois ... ok
[INFO] [stdout] test protocols::whois::tests::test_invalid_tld_no_whois_server ... ok
[INFO] [stdout] test protocols::whois::tests::test_available_not_registered ... ok
[INFO] [stdout] test protocols::whois::tests::test_invalid_tld_bad ... ok
[INFO] [stdout] test protocols::whois::tests::test_available_object_does_not_exist ... ok
[INFO] [stdout] test protocols::whois::tests::test_iana_whois_field_fallback ... ok
[INFO] [stdout] test protocols::whois::tests::test_iana_empty_response ... ok
[INFO] [stdout] test protocols::whois::tests::test_rate_limited_case_insensitive ... ok
[INFO] [stdout] test protocols::whois::tests::test_rate_limited_patterns ... ok
[INFO] [stdout] test protocols::whois::tests::test_not_rate_limited ... ok
[INFO] [stdout] test protocols::whois::tests::test_invalid_tld_unknown ... ok
[INFO] [stdout] test protocols::whois::tests::test_taken_created_and_expires ... ok
[INFO] [stdout] test protocols::whois::tests::test_taken_registrar_and_nameserver ... ok
[INFO] [stdout] test protocols::whois::tests::test_taken_multiple_indicators ... ok
[INFO] [stdout] test protocols::whois::tests::test_short_output_considered_available ... ok
[INFO] [stdout] test protocols::whois::tests::test_whois_client_default ... ok
[INFO] [stdout] test protocols::whois::tests::test_whois_client_with_timeout ... ok
[INFO] [stdout] test protocols::whois::tests::test_whois_client_new ... ok
[INFO] [stdout] test tests::test_author_is_not_empty ... ok
[INFO] [stdout] test tests::test_check_method_variants ... ok
[INFO] [stdout] test tests::test_check_config_default ... ok
[INFO] [stdout] test tests::test_domain_result_construction ... ok
[INFO] [stdout] test protocols::whois::tests::test_taken_single_indicator_not_enough ... ok
[INFO] [stdout] test tests::test_domain_checker_new ... ok
[INFO] [stdout] test tests::test_info_author_matches_constant ... ok
[INFO] [stdout] test tests::test_info_has_default_features ... ok
[INFO] [stdout] test tests::test_info_version_matches_constant ... ok
[INFO] [stdout] test protocols::whois::tests::test_whois_availability_check ... ok
[INFO] [stdout] test tests::test_library_info_debug ... ok
[INFO] [stdout] test tests::test_result_type_alias_err ... ok
[INFO] [stdout] test tests::test_output_mode_variants ... ok
[INFO] [stdout] test tests::test_version_is_not_empty ... ok
[INFO] [stdout] test tests::test_version_is_semver ... ok
[INFO] [stdout] test types::tests::test_builder_preserves_other_defaults ... ok
[INFO] [stdout] test types::tests::test_builder_chaining_order_independent ... ok
[INFO] [stdout] test tests::test_init_does_not_panic ... ok
[INFO] [stdout] test types::tests::test_check_config_defaults ... ok
[INFO] [stdout] test tests::test_result_type_alias_ok ... ok
[INFO] [stdout] test types::tests::test_check_method_deserialization ... ok
[INFO] [stdout] test tests::test_library_info_clone ... ok
[INFO] [stdout] test types::tests::test_check_method_display ... ok
[INFO] [stdout] test types::tests::test_check_method_serialization ... ok
[INFO] [stdout] test types::tests::test_domain_info_default ... ok
[INFO] [stdout] test types::tests::test_domain_result_json_skip_none_fields ... ok
[INFO] [stdout] test types::tests::test_generate_config_has_affixes_suffix_only ... ok
[INFO] [stdout] test types::tests::test_generate_config_has_affixes_prefix_only ... ok
[INFO] [stdout] test types::tests::test_generate_config_has_affixes_none ... ok
[INFO] [stdout] test types::tests::test_generate_config_has_generation_empty ... ok
[INFO] [stdout] test types::tests::test_generate_config_has_generation_with_pattern ... ok
[INFO] [stdout] test types::tests::test_generate_config_new_defaults ... ok
[INFO] [stdout] test types::tests::test_output_mode_display ... ok
[INFO] [stdout] test types::tests::test_with_concurrency_boundary_values ... ok
[INFO] [stdout] test types::tests::test_with_bootstrap ... ok
[INFO] [stdout] test types::tests::test_with_concurrency_clamps_to_max ... ok
[INFO] [stdout] test types::tests::test_with_detailed_info ... ok
[INFO] [stdout] test types::tests::test_with_timeout ... ok
[INFO] [stdout] test types::tests::test_with_whois_fallback ... ok
[INFO] [stdout] test utils::tests::test_expand_default_tld ... ok
[INFO] [stdout] test utils::tests::test_expand_empty_input ... ok
[INFO] [stdout] test utils::tests::test_expand_empty_tld_entries_filtered ... ok
[INFO] [stdout] test utils::tests::test_expand_fqdn_not_expanded ... ok
[INFO] [stdout] test utils::tests::test_expand_mixed_fqdn_and_base ... ok
[INFO] [stdout] test types::tests::test_with_concurrency_normal ... ok
[INFO] [stdout] test utils::tests::test_expand_skips_empty ... ok
[INFO] [stdout] test types::tests::test_with_tlds ... ok
[INFO] [stdout] test types::tests::test_with_concurrency_clamps_to_min ... ok
[INFO] [stdout] test utils::tests::test_expand_skips_invalid_fqdn ... ok
[INFO] [stdout] test utils::tests::test_expand_skips_short_base_names ... ok
[INFO] [stdout] test utils::tests::test_fqdn_hyphen_in_label ... ok
[INFO] [stdout] test utils::tests::test_fqdn_label_too_long ... ok
[INFO] [stdout] test utils::tests::test_fqdn_too_long ... ok
[INFO] [stdout] test utils::tests::test_invalid_base_names ... ok
[INFO] [stdout] test utils::tests::test_invalid_fqdns ... ok
[INFO] [stdout] test utils::tests::test_valid_base_names ... ok
[INFO] [stdout] test utils::tests::test_valid_fqdns ... ok
[INFO] [stdout] test utils::tests::test_validate_domain_empty ... ok
[INFO] [stdout] test utils::tests::test_validate_domain_only_whitespace ... ok
[INFO] [stdout] test utils::tests::test_validate_domain_valid ... ok
[INFO] [stdout] test utils::tests::test_validate_domain_too_short ... ok
[INFO] [stdout] test utils::tests::test_expand_with_tlds ... ok
[INFO] [stdout] test utils::tests::test_fqdn_consecutive_dots ... ok
[INFO] [stdout] test utils::tests::test_validate_domain_whitespace_trimmed ... ok
[INFO] [stderr]      Running tests/integration.rs (/opt/rustwide/target/debug/deps/integration-092e5f678dced8d3)
[INFO] [stdout] test protocols::registry::tests::test_get_rdap_endpoint_unknown_no_bootstrap ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 360 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 17 tests
[INFO] [stdout] test test_bootstrap_adds_non_hardcoded_tlds ... ignored
[INFO] [stdout] test test_bootstrap_results_sorted_and_deduplicated ... ignored
[INFO] [stdout] test test_all_known_tlds_sorted ... ok
[INFO] [stdout] test test_check_domain_on_non_hardcoded_tld ... ignored
[INFO] [stdout] test test_fetch_full_bootstrap_returns_over_1000_entries ... ignored
[INFO] [stdout] test test_initialize_bootstrap_idempotent ... ignored
[INFO] [stdout] test test_core_preset_tlds_are_subset_of_all_tlds ... ok
[INFO] [stdout] test test_preset_tlds_case_insensitive ... ok
[INFO] [stdout] test test_batch_check_preserves_domain_names_in_errors ... ok
[INFO] [stdout] test test_preset_tlds_invalid_returns_none ... ok
[INFO] [stdout] test test_whois_discovery_and_caching ... ignored
[INFO] [stdout] test test_library_exports_work ... ok
[INFO] [stdout] test test_default_config_has_bootstrap_enabled ... ok
[INFO] [stdout] test test_new_exports_accessible ... ok
[INFO] [stdout] test test_check_domain_no_bootstrap_unknown_tld_falls_back_to_whois ... ok
[INFO] [stdout] test test_batch_check_preserves_names_mixed_results ... ok
[INFO] [stdout] test test_known_taken_domain_google_com ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_known_taken_domain_google_com stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_known_taken_domain_google_com' (392) panicked at tests/integration.rs:102:59:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: RdapError { domain: "google.com", message: "Request failed: error sending request for url (https://rdap.verisign.com/com/v1/domain/google.com): error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution", status_code: None }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63b572df875a - std[ec4e911328de40a6]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63b572df875a - std[ec4e911328de40a6]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec4e911328de40a6]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63b572df875a - std[ec4e911328de40a6]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63b572df875a - <<std[ec4e911328de40a6]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[a96a4c5c53f902a3]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63b572e0ef8a - <core[a96a4c5c53f902a3]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63b572e0ef8a - core[a96a4c5c53f902a3]::fmt::write
[INFO] [stdout]    6:     0x63b572dfd632 - std[ec4e911328de40a6]::io::default_write_fmt::<alloc[c960326de6de28e6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63b572dfd632 - <alloc[c960326de6de28e6]::vec::Vec<u8> as std[ec4e911328de40a6]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63b572dd687f - <std[ec4e911328de40a6]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63b572dd687f - std[ec4e911328de40a6]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63b572df0829 - std[ec4e911328de40a6]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63b5727f8e4c - <alloc[c960326de6de28e6]::boxed::Box<dyn for<'a, 'b> core[a96a4c5c53f902a3]::ops::function::Fn<(&'a std[ec4e911328de40a6]::panic::PanicHookInfo<'b>,), Output = ()> + core[a96a4c5c53f902a3]::marker::Sync + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::Fn<(&std[ec4e911328de40a6]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x63b5727f8e4c - test[30c43f9fd66fea90]::test_main_with_exit_callback::<test[30c43f9fd66fea90]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63b572df0aa2 - <alloc[c960326de6de28e6]::boxed::Box<dyn for<'a, 'b> core[a96a4c5c53f902a3]::ops::function::Fn<(&'a std[ec4e911328de40a6]::panic::PanicHookInfo<'b>,), Output = ()> + core[a96a4c5c53f902a3]::marker::Sync + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::Fn<(&std[ec4e911328de40a6]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x63b572df0aa2 - std[ec4e911328de40a6]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63b572dd6938 - std[ec4e911328de40a6]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63b572dce1f9 - std[ec4e911328de40a6]::sys::backtrace::__rust_end_short_backtrace::<std[ec4e911328de40a6]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63b572dd780d - __rustc[aa69f48705c57ca8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63b572e0f77c - core[a96a4c5c53f902a3]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63b572e0f4c2 - core[a96a4c5c53f902a3]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x63b5727c16f2 - <core[a96a4c5c53f902a3]::result::Result<domain_check_lib[98bb44c0ac2d8698]::types::DomainResult, domain_check_lib[98bb44c0ac2d8698]::error::DomainCheckError>>::unwrap
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x63b5727c16f2 - integration[dd1e43703e2b64c3]::test_known_taken_domain_google_com::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration.rs:102:59
[INFO] [stdout]   22:     0x63b5727eccb2 - <core[a96a4c5c53f902a3]::pin::Pin<&mut dyn core[a96a4c5c53f902a3]::future::future::Future<Output = ()>> as core[a96a4c5c53f902a3]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x63b5727ecd2d - <core[a96a4c5c53f902a3]::pin::Pin<&mut core[a96a4c5c53f902a3]::pin::Pin<&mut dyn core[a96a4c5c53f902a3]::future::future::Future<Output = ()>>> as core[a96a4c5c53f902a3]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x63b5727ce62d - <tokio[b2ddd167e10b534c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut core[a96a4c5c53f902a3]::pin::Pin<&mut dyn core[a96a4c5c53f902a3]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:733:70
[INFO] [stdout]   25:     0x63b5727ce52b - tokio[b2ddd167e10b534c]::task::coop::with_budget::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[b2ddd167e10b534c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut core[a96a4c5c53f902a3]::pin::Pin<&mut dyn core[a96a4c5c53f902a3]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x63b5727ce52b - tokio[b2ddd167e10b534c]::task::coop::budget::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[b2ddd167e10b534c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut core[a96a4c5c53f902a3]::pin::Pin<&mut dyn core[a96a4c5c53f902a3]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x63b5727ce52b - <tokio[b2ddd167e10b534c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut core[a96a4c5c53f902a3]::pin::Pin<&mut dyn core[a96a4c5c53f902a3]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:733:25
[INFO] [stdout]   28:     0x63b5727c9680 - <tokio[b2ddd167e10b534c]::runtime::scheduler::current_thread::Context>::enter::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[b2ddd167e10b534c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut core[a96a4c5c53f902a3]::pin::Pin<&mut dyn core[a96a4c5c53f902a3]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   29:     0x63b5727cd37d - <tokio[b2ddd167e10b534c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut core[a96a4c5c53f902a3]::pin::Pin<&mut dyn core[a96a4c5c53f902a3]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:732:44
[INFO] [stdout]   30:     0x63b5727cc674 - <tokio[b2ddd167e10b534c]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[b2ddd167e10b534c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut core[a96a4c5c53f902a3]::pin::Pin<&mut dyn core[a96a4c5c53f902a3]::future::future::Future<Output = ()>>>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:820:68
[INFO] [stdout]   31:     0x63b5727e95db - <tokio[b2ddd167e10b534c]::runtime::context::scoped::Scoped<tokio[b2ddd167e10b534c]::runtime::scheduler::Context>>::set::<<tokio[b2ddd167e10b534c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b2ddd167e10b534c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut core[a96a4c5c53f902a3]::pin::Pin<&mut dyn core[a96a4c5c53f902a3]::future::future::Future<Output = ()>>>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}, (alloc[c960326de6de28e6]::boxed::Box<tokio[b2ddd167e10b534c]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x63b5727e4539 - tokio[b2ddd167e10b534c]::runtime::context::set_scheduler::<(alloc[c960326de6de28e6]::boxed::Box<tokio[b2ddd167e10b534c]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>), <tokio[b2ddd167e10b534c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b2ddd167e10b534c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut core[a96a4c5c53f902a3]::pin::Pin<&mut dyn core[a96a4c5c53f902a3]::future::future::Future<Output = ()>>>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/context.rs:176:38
[INFO] [stdout]   33:     0x63b5727d0ca2 - <std[ec4e911328de40a6]::thread::local::LocalKey<tokio[b2ddd167e10b534c]::runtime::context::Context>>::try_with::<tokio[b2ddd167e10b534c]::runtime::context::set_scheduler<(alloc[c960326de6de28e6]::boxed::Box<tokio[b2ddd167e10b534c]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>), <tokio[b2ddd167e10b534c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b2ddd167e10b534c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut core[a96a4c5c53f902a3]::pin::Pin<&mut dyn core[a96a4c5c53f902a3]::future::future::Future<Output = ()>>>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[c960326de6de28e6]::boxed::Box<tokio[b2ddd167e10b534c]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   34:     0x63b5727d082e - <std[ec4e911328de40a6]::thread::local::LocalKey<tokio[b2ddd167e10b534c]::runtime::context::Context>>::with::<tokio[b2ddd167e10b534c]::runtime::context::set_scheduler<(alloc[c960326de6de28e6]::boxed::Box<tokio[b2ddd167e10b534c]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>), <tokio[b2ddd167e10b534c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b2ddd167e10b534c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut core[a96a4c5c53f902a3]::pin::Pin<&mut dyn core[a96a4c5c53f902a3]::future::future::Future<Output = ()>>>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[c960326de6de28e6]::boxed::Box<tokio[b2ddd167e10b534c]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   35:     0x63b5727e3e3d - tokio[b2ddd167e10b534c]::runtime::context::set_scheduler::<(alloc[c960326de6de28e6]::boxed::Box<tokio[b2ddd167e10b534c]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>), <tokio[b2ddd167e10b534c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b2ddd167e10b534c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut core[a96a4c5c53f902a3]::pin::Pin<&mut dyn core[a96a4c5c53f902a3]::future::future::Future<Output = ()>>>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/context.rs:176:17
[INFO] [stdout]   36:     0x63b5727cac40 - <tokio[b2ddd167e10b534c]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[b2ddd167e10b534c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut core[a96a4c5c53f902a3]::pin::Pin<&mut dyn core[a96a4c5c53f902a3]::future::future::Future<Output = ()>>>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:820:27
[INFO] [stdout]   37:     0x63b5727caf36 - <tokio[b2ddd167e10b534c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut core[a96a4c5c53f902a3]::pin::Pin<&mut dyn core[a96a4c5c53f902a3]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:720:24
[INFO] [stdout]   38:     0x63b5727cc280 - <tokio[b2ddd167e10b534c]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut dyn core[a96a4c5c53f902a3]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   39:     0x63b5727da5a3 - tokio[b2ddd167e10b534c]::runtime::context::runtime::enter_runtime::<<tokio[b2ddd167e10b534c]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut dyn core[a96a4c5c53f902a3]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x63b5727c91b1 - <tokio[b2ddd167e10b534c]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut dyn core[a96a4c5c53f902a3]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   41:     0x63b5727e9174 - <tokio[b2ddd167e10b534c]::runtime::runtime::Runtime>::block_on_inner::<core[a96a4c5c53f902a3]::pin::Pin<&mut dyn core[a96a4c5c53f902a3]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   42:     0x63b5727e933a - <tokio[b2ddd167e10b534c]::runtime::runtime::Runtime>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut dyn core[a96a4c5c53f902a3]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/runtime.rs:330:18
[INFO] [stdout]   43:     0x63b5727c68b2 - integration[dd1e43703e2b64c3]::test_known_taken_domain_google_com
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration.rs:107:6
[INFO] [stdout]   44:     0x63b5727c07b7 - integration[dd1e43703e2b64c3]::test_known_taken_domain_google_com::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration.rs:98:46
[INFO] [stdout]   45:     0x63b5727d8256 - <integration[dd1e43703e2b64c3]::test_known_taken_domain_google_com::{closure#0} as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x63b5727ecf2b - <fn() -> core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x63b5727ecf2b - test[30c43f9fd66fea90]::__rust_begin_short_backtrace::<core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>, fn() -> core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:663:18
[INFO] [stdout]   48:     0x63b5727f991b - test[30c43f9fd66fea90]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:686:74
[INFO] [stdout]   49:     0x63b5727f991b - <core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   50:     0x63b5727f991b - std[ec4e911328de40a6]::panicking::catch_unwind::do_call::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>, core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   51:     0x63b5727f991b - std[ec4e911328de40a6]::panicking::catch_unwind::<core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>, core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x63b5727f991b - std[ec4e911328de40a6]::panic::catch_unwind::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>, core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x63b5727f991b - test[30c43f9fd66fea90]::run_test_in_process
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:686:27
[INFO] [stdout]   54:     0x63b5727f991b - test[30c43f9fd66fea90]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:607:43
[INFO] [stdout]   55:     0x63b5727f5034 - test[30c43f9fd66fea90]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:637:41
[INFO] [stdout]   56:     0x63b5727f5034 - std[ec4e911328de40a6]::sys::backtrace::__rust_begin_short_backtrace::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x63b5727fc522 - std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   58:     0x63b5727fc522 - <core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x63b5727fc522 - std[ec4e911328de40a6]::panicking::catch_unwind::do_call::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x63b5727fc522 - std[ec4e911328de40a6]::panicking::catch_unwind::<(), core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x63b5727fc522 - std[ec4e911328de40a6]::panic::catch_unwind::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x63b5727fc522 - std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   63:     0x63b5727fc522 - <std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1} as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x63b572df802f - <alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::ops::function::FnOnce<(), Output = ()> + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   65:     0x63b572df802f - <std[ec4e911328de40a6]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   66:     0x7fdc204b3aa4 - <unknown>
[INFO] [stdout]   67:     0x7fdc20540a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_known_taken_domain_google_com
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 10 passed; 1 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test integration`
[INFO] running `Command { std: "docker" "inspect" "17b19cf4cb857712b9b5c235ae58d0937266412c8127ef70c5fb8abdcb01f585", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "17b19cf4cb857712b9b5c235ae58d0937266412c8127ef70c5fb8abdcb01f585", kill_on_drop: false }`
[INFO] [stdout] 17b19cf4cb857712b9b5c235ae58d0937266412c8127ef70c5fb8abdcb01f585
